home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8846 < prev    next >
Encoding:
Text File  |  1996-08-05  |  626 b   |  27 lines

  1. Path: turing.uncg.edu!b_lee2
  2. From: "Bin . Lee" <b_lee2@hamlet.uncg.edu>
  3. Newsgroups: comp.lang.c++
  4. Subject: sizeof class
  5. Date: Mon, 26 Feb 1996 19:00:12 -0500
  6. Organization: The University of North Carolina at Greensboro
  7. Message-ID: <Pine.SOL.3.91.960226185535.3663A-100000@turing.uncg.edu>
  8. NNTP-Posting-Host: turing.uncg.edu
  9. Mime-Version: 1.0
  10. Content-Type: TEXT/PLAIN; charset=US-ASCII
  11. X-Sender: b_lee2@turing.uncg.edu
  12.  
  13.  
  14. Hi, Folks:
  15.  
  16. A simple question, for a class like
  17.  
  18. class TestClass {};
  19.  
  20. sizeof TestClass is 1 for BC++, is this normal ? Where dose computer store
  21. this pointer ? 
  22.  
  23. Thanks for help, please send me mail.
  24.  
  25. Bin
  26.  
  27.